time.absSeconds.days (method)
13 uses
time (current package)
format.go#L579: year, month, day := abs.days().date()
format.go#L669: days := abs.days()
format_rfc3339.go#L22: year, month, day := abs.days().date()
time.go#L638: func (abs absSeconds) days() absDays {
time.go#L813: return t.absSec().days().date()
time.go#L818: century, cyear, ayday := t.absSec().days().split()
time.go#L825: _, _, ayday := t.absSec().days().split()
time.go#L832: _, _, ayday := t.absSec().days().split()
time.go#L839: return t.absSec().days().weekday()
time.go#L863: days := t.absSec().days()
time.go#L908: _, yday := t.absSec().days().yearYday()
time.go#L1942: d := absSeconds(abs + marchThruDecember*secondsPerDay).days()
zoneinfo.go#L336: year, yday := absSeconds(sec + unixToInternal + internalToAbsolute).days().yearYday()
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |